Bitmap for WPF
SetValue<T>(Int32,PropertyType,T) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Properties クラス > SetValue メソッド : SetValue<T>(Int32,PropertyType,T) メソッド
Index of the property
Property type.
Value of the property
Sets the named property to the given value.
シンタックス
'宣言
 
Public Overloads Sub SetValue(Of T As {New, Struct})( _
   ByVal index As System.Integer, _
   ByVal type As PropertyType, _
   ByVal value As T _
) 
public void SetValue<T>( 
   System.int index,
   PropertyType type,
   T value
)
where T: new(), struct

パラメータ

index
Index of the property
type
Property type.
value
Value of the property

型パラメータ

T
参照

Properties クラス
Properties メンバ
オーバーロード一覧